home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Risc World 3
/
Risc World 3.iso
/
SOFTWARE
/
ISSUE2
/
FASTERPC
/
DRIVE_C
/
FPC_UTIL
/
UTILS
/
EXAMPLE.BAT
next >
Wrap
DOS Batch File
|
1994-04-24
|
176b
|
12 lines
@echo off
fpcexist.com
IF ERRORLEVEL 1 GOTO NONFPC
REM FasterPC detected
FPCMouse
GOTO COMMON
:NONFPC
REM Non FasterPC detected
AMOUSE
:COMMON
REM Common Batch code